Use mc flag to be able to run with data#7497
Conversation
clang-format
| void endOfStream(framework::EndOfStreamContext& ec) final; | ||
|
|
||
| private: | ||
| bool mUseMC = true; |
There was a problem hiding this comment.
I guess we should then directly offer an option for the executable to set this from outside.
There was a problem hiding this comment.
The aod-producer-workflow already offers this option, but is was so far only used by the readers:
There was a problem hiding this comment.
As Ole said, the flag is currently an option from the workflow, but we pass it now explicitly to the AOD producer to be able do disable some functionalities (those related to the MC information).
|
@chiarazampolli could you also change the following:
|
|
Error while checking build/O2/fullCI for 6a462f7 at 2021-11-03 05:31: Full log here. |
|
Hi @shahor02 . The changes you asked for are in (but I committed before compiling :) ). Chiara |
a5c1bc5 to
45d405a
Compare
|
Error while checking build/O2/o2-cs8 for 45d405a42da3efdfc6910c7ae8ab3ebf1aaff551 at 2021-11-03 09:56: Full log here. |
|
Error while checking build/AliceO2/O2/o2/macOS for 45d405a42da3efdfc6910c7ae8ab3ebf1aaff551 at 2021-11-03 11:10: Full log here. |
|
Error while checking build/O2/fullCI for 45d405a42da3efdfc6910c7ae8ab3ebf1aaff551 at 2021-11-03 12:09: Full log here. |
45d405a to
fcffb23
Compare
|
Error while checking build/O2/o2 for 45d405a42da3efdfc6910c7ae8ab3ebf1aaff551 at 2021-11-03 13:27: Full log here. |
|
Is this tested/exercised as part of the full-system test? ... Ah I see #7500. So question answered. |
as of today the AOD creation is included in the full system test. |
|
Hi, |
Use mc flag to be able to run with data
Done with @martenole .
@sawenzel , @nburmaso , this is needed to create AO2D with the pilot beam data. It uses the MC flag to avoid processing MC information if it is not present.